-
Notifications
You must be signed in to change notification settings - Fork 7.6k
crypto: remove deprecated tinycrypt #93029
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
crypto: remove deprecated tinycrypt #93029
Conversation
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 removed project and 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
954763c
to
ae91827
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There remain a reference in Contribution Guidelines: I think it should be at least replaced with a non-deprecated module reference.
Otherwise looks all good to me.
No need for documentation (ex: migration guide) about this removal? |
that is an example for including external code which is obsolete for a different reason, but not related to the tinycrypr module itself. |
Remove tinycrypt, it was deprecated in 4.0. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
mcuboot changes removing tinycrypt from prj.conf. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Document removal of tinycrypt in release note. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
ae91827
to
b88a8dc
Compare
|
Remove tinycrypt, it was deprecated in 4.0.
Signed-off-by: Anas Nashif anas.nashif@intel.com